home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / examples / demo / demotext / imagproc.txt < prev    next >
Text File  |  1997-07-08  |  3KB  |  100 lines

  1.  
  2.        WELCOME TO THE IMAGE PROCESSING DEMO
  3.  
  4.  
  5.    Image processing can improve the way an image 
  6.    looks. Image-processed data, or a processed image
  7.    helps you distinguish and recognize more subtle
  8.    characteristics of the original image. 
  9.  
  10.  
  11.    MENU OPTIONS
  12.    ------------
  13.  
  14.    File Menu:
  15.       Select "Quit" to exit the Image Processing 
  16.       Demo and return to the IDL Demo main screen.
  17.  
  18.    About Menu:
  19.       Select "About image processing" for information
  20.       about the Image Processing Demo.
  21.  
  22.  
  23.    FEATURES
  24.    --------
  25.       IDL offers several ways to process an image, 
  26.       some of which are introduced below:
  27.  
  28.       o  Zooming
  29.          Smaller sub-sections of large datasets can be
  30.          manipulated. The image shown here is an 
  31.          aerial view of New York City. A section of 
  32.          lower Manhattan is enlarged using the REBIN 
  33.          function on a subscripted section of the 
  34.          original image array.
  35.  
  36.          To reposition the zooming area, click your 
  37.          mouse on the area you would like to see more
  38.          closely.  
  39.  
  40.  
  41.       o  Fourier filtering
  42.          IDL's Fast Fourier Transform (FFT) function
  43.          can process vectors and 2D array in either
  44.          forward or reverse.
  45.  
  46.          <<Filter width>> slider
  47.           Selects the filter width. A higher filter 
  48.           width gives the filtered image higher 
  49.           resolution.
  50.  
  51.  
  52.       o   Pixel scaling
  53.           The BYTSCL (byte scale) command scales pixel
  54.           values into the range of available colors.
  55.  
  56.           <<Minimum>> slider
  57.           You can specify the minimum byte value 
  58.           allowed in the reconstructed image.
  59.  
  60.           <<Maximum>> slider
  61.           You can specify the maximum byte value 
  62.           allowed in the reconstructed image.
  63.  
  64.  
  65.       o   Histogram
  66.           Histogram equalization can be used to
  67.           change the visible contrast of an image.
  68.  
  69.           <<Minimum>> slider
  70.           You can specify the minimum byte value 
  71.           allowed in the reconstructed image.
  72.  
  73.           <<Maximum>> slider
  74.           You can specify the maximum byte value 
  75.           allowed in the reconstructed image.
  76.  
  77.  
  78.  
  79.       o   Edges
  80.           The SOBEL function performs edge enhancement
  81.           on an images.
  82.  
  83.           <<Smooth width>> slider
  84.           Sets the width of the smoothing function.
  85.           A higher width produces a reconstructed
  86.           image with lower resolution.
  87.  
  88.  
  89.       o    Convolution
  90.            Convolutions may be performed on arrays of 
  91.            1, 2, and 3 dimensions. This screen shows
  92.            the effects of convolving an image with
  93.            a kernel.
  94.  
  95.            Use your left mouse button to click on 
  96.            the squares of the kernel grid, toggling 
  97.            them on or off.
  98.  
  99.            <<CONVOLVE>> slider
  100.            Computes and displays the convolved image.